type runtime.mSpanList
15 uses
runtime (current package)
mgc.go#L328: free mSpanList
mgc.go#L331: busy mSpanList
mheap.go#L227: quarantineList mSpanList
mheap.go#L230: readyList mSpanList
mheap.go#L389: type mSpanList struct {
mheap.go#L399: list *mSpanList // For debugging.
mheap.go#L1724: func (list *mSpanList) init() {
mheap.go#L1729: func (list *mSpanList) remove(span *mspan) {
mheap.go#L1750: func (list *mSpanList) isEmpty() bool {
mheap.go#L1754: func (list *mSpanList) insert(span *mspan) {
mheap.go#L1772: func (list *mSpanList) insertBack(span *mspan) {
mheap.go#L1791: func (list *mSpanList) takeAll(other *mSpanList) {
stack.go#L158: span mSpanList
stack.go#L164: free [heapAddrBits - pageShift]mSpanList // free lists by log_2(s.npages)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |